SetDockTileRequest

data class SetDockTileRequest(badgeLabel: String?, image: String?)

Represents request frame that can be used with Browser#setDockTile operation call.

Set dock tile details, platform-specific.

See also

Constructors

SetDockTileRequest
Link copied to clipboard
fun SetDockTileRequest(badgeLabel: String? = null, image: String? = null)

Properties

badgeLabel
Link copied to clipboard
val badgeLabel: String? = null
image
Link copied to clipboard
val image: String? = null
Png encoded image.

Sources

jvm source
Link copied to clipboard